home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
monochrome.swf
/
scripts
/
frame_15
/
PlaceObject2_330_14
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-26
|
275 b
|
18 lines
onClipEvent(load){
if(_name != "shipA")
{
life = 2;
_Y = -20;
_X = random(550);
_rotation = 180;
speed = random(3) + 5;
accel = 0.2;
ac = 1;
rspeed = 0.3;
}
else
{
_visible = false;
}
}